ERRATA for the book "MicroPython for Microcontrollers":

1. Page 92: 	The comment should read: “# read value, 0-4095”
2. Page 98: 	Please keep in mind, that the program ADC_lin_poly.py
		returns the ADC count and the calculated voltage!
3. Page 199:	In Section 17.1, Instead of “port 02” please read “port 22”
4. Page 200:	Please keep in mind, that after the processor wakes up from deep sleep
		a software reset through the Bootloader is performed.
		If the program is saved as main.py then	it will run again after the soft reset, 
		otherwise no program will run after the processor wakes up from deep sleep.